/*
THEME NAME: Georgia Luxe Outdoors
DESCRIPTION: Custom theme developed by DaddyDesign.com for Georgia Luxe Outdoors
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */

#header #nav .wrap .inner .cta_btn {
    background: #daab2d;
}

ul.sub-menu {
    padding: 0;
}
a {
    text-decoration: none !important;
}
*{ margin: 0; padding: 0; }
img { border: 0; }

html, body { height: 100%; }
body{
font-family: 'Open Sans', sans-serif;
font-size: 17px;
color: #222;
background: #fff;
overflow-x: hidden;
}

p { margin-bottom: 20px; line-height: 27px; }

a{ color: #222; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

/* Web Font */
.wf{ font-family: "Barlow", sans-serif; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, section figure, article figure { display: block; padding: 0; margin: 0; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: transparent; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .5);
border-right: 6px solid rgba(255, 255, 255, .5);
border-bottom: 6px solid rgba(255, 255, 255, .5);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Center */
.center{ text-align: center; }

/* Padding */
.pad_xbig{ padding: 120px; }
.pad_big{ padding: 80px; }
.pad_med{ padding: 60px; }
.pad_small{ padding: 40px; }
.pad_xsmall{ padding: 30px; }
.pad_xxsmall{ padding: 20px; }
.pad_std{ padding: 10px; }
.pad_top{ padding-top: 40px; }
.pad_top_med{ padding-top: 60px; }
.pad_btm_med{ padding-bottom: 60px; }
.pad_top_big{ padding-top: 80px !important; }
.pad_top_xbig{ padding-top: 120px !important; }
.pad_btm_big{ padding-bottom: 80px !important; }
.pad_notop{ padding-top: 0 !important; }
.pad_nobtm{ padding-bottom: 0 !important; }
.grid_std .wrapper.pad_big{ padding-bottom: 50px; }

.section_pad{ padding: 15px 30px; }

/* Margin */
.marg5{ margin: 0 0 5px; }
.marg10{ margin: 0 0 10px; }
.marg15{ margin: 0 0 15px; }
.marg20{ margin: 0 0 20px; }
.marg30{ margin: 0 0 30px; }
.marg40{ margin: 0 0 40px; }
.marg50{ margin: 0 0 50px; }
.marg60{ margin: 0 0 60px; }

/* Round */
.round{ border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.round_big{ border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

/* Shadow */
.shadow{
-webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
}

/* Button */
.btn{
width: auto;
height: 44px;
float: left;
font-family: "Barlow", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 40px;
color: #fff !important;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 0 40px;
margin: 0;
border: 1px solid #daab2d;
background-color: #daab2d;
border-radius: 22px; 
-moz-border-radius: 22px; 
-webkit-border-radius: 22px;
vertical-align: top;
}
.btn:hover{ color: #daab2d !important; background-color: transparent; text-decoration: none !important; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.pos_top{ background-position: top; }
.with_bg.pos_btm{ background-position: bottom; }
.with_bg.with_overlay::before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
z-index: 1;
}
.with_bg.parallax{
background-color: #000;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.parallax50{
background-color: #000;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left -400px;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }
.img a{ display: block; }

/* Container */
#container{ width: 100%; height: 100%; float: left; display: block; padding: 130px 0 0; margin: 0 auto; position: relative; }

/* Header */
#header{ width: 100%; height: 130px; background: #fff; position: fixed; top: 0; left: 0; right: 0; z-index: 9999; }
#header #logo{ width: 136px; height: 82px; float: left; display: block; padding: 24px; text-indent: -9000px; }
#header #logo a{ display: block; width: 136px; height: 82px; background: url(images/logo.svg) no-repeat center; }
#header #logo2{ width: 136px; height: 82px; float: left; display: block; padding: 24px; text-indent: -9000px; }
#header #logo2 a img{ display:block; height: 96px; width: auto; }

#nav_btn{ display: none; }
#header .toggle{ display: block; }
#header #nav{ width: auto; float: right; }
#header #nav ul.menu{ width: auto; float: left; display: block; padding-top: 28px; padding-right: 10px; list-style: none; }
#header #nav ul.menu li{ width: auto; float: left; }
#header #nav ul.menu li a{ height: 60px; display: block; font-size: 18px; font-weight: 700; color: #051a62; line-height: 60px; text-transform: uppercase; padding: 0 15px; position: relative; }
#header #nav ul.menu li a:hover{ color: #daab2d; }
#header #nav ul.menu li.menu-item-has-children > a{
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header #nav ul.menu li.menu-item-has-children > a:after{
	content:"";
	display:inline-flex;
	background: url(images/arrow-down.svg);
	-webkit-background-size: 13px 8px; 
	-moz-background-size: 13px 8px;  
	-o-background-size: 13px 8px; 
	background-size: 13px 8px;
	width: 13px;
	height:8px;
}
#header #nav ul.menu li.menu-item-has-children{
	position:relative;
}
#header #nav ul.menu li.menu-item-has-children:hover > a{
	color:#daab2d;
}

#header #nav .wrap{ 
height: 70px;
position: absolute;
top: 0;
right: 0;
left: 220px;
z-index: 99;
}
#header #nav .wrap::after {
content: '';
width: 100%;
height: 1px;
display: block;
position: absolute;
top: 70px;
right: 0;
left: 220px;
background: rgb(204,204,204);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
}
#header #nav .wrap .inner{ float: right; padding: 13px 20px; }
#header #nav .wrap .inner span.cta{ width: auto; height: 44px; float: left; font-size: 16px; color: #051a62; text-transform: uppercase; line-height: 44px; margin-right: 20px; }
#header #nav .wrap .inner span.cta a{ color: #051a62; }
#header #nav .wrap .inner .cta_btn{ float: right; } 

/* Main */
#main{ width: 100%; float: left; position: relative; }

/* Section */
.section{ width: 100%; float: left; position: relative; }
.section.hgt100{ height: calc(100vh - 130px); }
.section.hgt60{ height: calc(60vh - 130px); }
.section.centered{ text-align: center; }
.section .wrapper{ width: 100%; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section.white .wrapper{ background-color: #fff; border: 1px solid #ddd; }
.section.gray .wrapper{ background-color: #f6f6f6; }
.section.blue, .section.gold{ color: #fff !important; }
.section.blue .wrapper{ background-color: #051a62; }
.section.gold .wrapper{ background-color: #daab2d; }

.section .main{ width: 100%; float: left; position: relative; }
.section .main.short{ width: 100%; max-width: 1080px; float: none; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section .main.xshort{ width: 100%; max-width: 680px; float: none; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section .header{ width: 100%; float: left; position: relative; }
.section .header.center{ text-align: center; }

.section .header h1{ font-size: 60px; font-weight: 700; line-height: 64px; text-transform: uppercase; }
.section .header h2{ font-size: 44px; font-weight: inherit; color: #051a62; line-height: 50px; }
.section.blue .header h2, .section.gold .header h2{ color: #fff; }
.section .header h3{ font-size: 20px; font-weight: 700; color: #051a62; line-height: 26px; }
.section .header h3.med{ font-size: 22px; line-height: 28px; }
.section .header h3.big{ font-size: 26px; line-height: 32px; }
.section.blue .header h3, .section.gold .header h3{ color: #fff; }
.section .header h4{ font-size: 20px; font-weight: inherit; line-height: 24px; }
.section .content{ width: 100%; float: left; position: relative; }
.section .content.small, .section .content.small p{ font-size: 15px; line-height: 23px; }
.section .content.med, .section .content.med p{ font-size: 20px; line-height: 32px; }
.section .content.big, .section .content.big p{ font-size: 24px; line-height: 35px; }
.section .footer{ width: 100%; float: left; padding-top: 15px; position: relative; }
.section .footer.center .btn{ float: none; display: inline-block; }

.section .image{ width: 100%; float: left; position: relative; }

.section.entry.with_img .image{ width: 50%; height: calc(100vh - 190px); float: left; position: sticky; top: 160px; left: 0; margin: 0 !important; border-right: 15px solid #fff; }
.section.entry.with_img.reverse .image{ float: right; border-left: 15px solid #fff; border-right: 0; }
.section.entry.with_img .image img{ /*display: none; */}
.section.entry.with_img .main{ width: 50%; min-height: calc(100vh - 190px); float: right; display: table; position: relative; overflow: visible; }
.section.entry.with_img .main .wrap{ display: table-cell; vertical-align: middle; }

.section.hero.hgt-short{ height: 480px; }
.section.hero.hgt-short .header{
width: 100%;
max-width: 1080px;
display: block;
color: #fff;
text-align: center;
position:absolute;
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
z-index: 9;
}
.section.hero.hgt-short .header h3.big{ color: #fff; font-weight: 300; text-transform: uppercase; }

ul.colors{ display: block; list-style: none; padding: 0 !important; margin: 0 0 20px; }
ul.colors li{ display: inline-block; text-align: center; padding: 0 !important; margin: 5px 10px 5px 0; }
ul.colors li span.swatch{ width: 60px; height: 60px; display: inline-block; text-indent: -9000px; margin: 0 0 6px; }
ul.colors li span.label{ display: block; font-size: 11px; line-height: 15px; }

ul.swatches{ display: block; list-style: none; padding: 0 !important; margin: 0 0 20px; }
ul.swatches li{ display: inline-block; text-align: center; padding: 0 !important; margin: 5px 10px 5px 0; }
ul.swatches li span.swatch{ width: 60px; height: 60px; display: inline-block; background-color: #000; text-indent: -9000px; margin: 0 0 6px; }
ul.swatches li span.label{ display: block; font-size: 11px; line-height: 15px; }

.section.accordion .acc{ background: #fff; border: 1px solid #ddd; padding: 0 30px; margin: 10px 0; }
.section.accordion .acc .header.acc_btn{ color: #051a62; padding: 20px 0; cursor: pointer; position: relative; }
.section.accordion .acc .header.acc_btn::after{ 
content: '+'; 
width: 26px; 
height: 24px; 
display: block;
font-size: 24px;
line-height: 24px; 
text-align: center;
color: #051a62;
position: absolute; 
top: 50%; 
right: 0; 
margin-top: -12px; 
vertical-align: middle; 
}
.section.accordion .acc .header.acc_btn:hover::after{ color: #daab2d; }
.section.accordion .acc .header.active.acc_btn::after{ content: '-'; color: #daab2d; }
.section.accordion .acc .header.acc_btn h4{ font-size: 20px; line-height: 26px; padding-right: 40px; }
.section.accordion .acc .header.acc_btn.active, .section.accordion .acc .header.acc_btn:hover{ color: #daab2d; }
.section.accordion .acc .content{ width: 100%; float: left; display: none; border-top: 1px solid #ddd; position: relative; }
.section.accordion .acc .content .inner{ with: 100%; float: left; padding: 15px 0 10px; position: relative; }

.section.icon_list .icon{ width: 100%; float: left; position: relative; }
.section.icon_list .icon img{ width: auto; height: 100px; display: block; margin: 0 auto; }

.section.info_img .main{ display: table; }
.section.info_img .image{ width: 100%; float: left; }
.section.warranty.info_img .image{ width: 20%; float: none; display: table-cell; vertical-align: middle; }
.section.info_img .wrap{ width: 65%; float: none; display: table-cell; vertical-align: middle; }
.section.warranty.info_img .wrap{ width: 80%; }
.section.info_img .wrap p:last-child{ margin: 0; }

.section.warranty .main{ display: table; }
.section.warranty .image{ width: 20%; float: none; display: table-cell; vertical-align: middle; }
.section.warranty .wrap{ width: 80%; float: none; display: table-cell; vertical-align: middle; }
.section.warranty .wrap p:last-child{ margin: 0; }

.section.gallery .swiper-container-gallery{ height: calc(100vh - 190px); }
.section.gallery .nav{ 
width: 100%;
display: block;
position: absolute; 
bottom: 0;
padding: 60px 30px 30px;
text-align: center;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
z-index: 99;
}
.section.gallery .nav .nav_btn{
width: 50px; 
height: 50px; 
display: inline-block;
margin: 2px;
text-indent: -9000px;
border: 1px solid #fff;
background-color: transparent; 
background-position: center; 
background-repeat: no-repeat; 
border-radius: 50%; 
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-webkit-background-size: 40px; 
-moz-background-size: 40px; 
-o-background-size: 40px; 
background-size: 40px;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
position: relative; 
overflow: hidden; 
cursor: pointer;
}
.section.gallery .nav .nav_btn.prev{ background-image: url(images/arrow-alt-left.svg); }
.section.gallery .nav .nav_btn.next{ background-image: url(images/arrow-alt-right.svg); }
.section.gallery .nav .nav_btn:hover{
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}

/* Hero */
.section.hero.slideshow .header{ width: 100%; max-width: 720px; display: block; padding: 60px; position: absolute; top: 0; left: 0; color: #fff; z-index: 999; }

/* Testimonials */
.swiper-container-testimonials{ overflow: hidden; }
.testimonials{ text-align: center; }
.testimonials .wrapper{ padding-top: 150px; position: relative; }
.testimonials .wrapper::before{
content: '';
width: 50px;
height: 46px;
display: block;
position: absolute;
top: 80px;
left: 50%;
margin-left: -25px;
z-index: 9;
background-image: url(images/quotes.svg);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
}
.testimonials .testimonial{ font-size: 22px; font-weight: 300; font-style: italic; line-height: 30px; }
.testimonials .testimonial p{ line-height: 30px; }
.testimonials .slide span{ display: block; padding: 2px 0; }
.testimonials .slide span.name{ font-size: 16px; font-weight: bold; line-height: 22px; text-transform: uppercase; }
.testimonials .slide span.title{ font-size: 14px; line-height: 20px; }

.testimonials .nav{ display: inline-block; position: relative; }
.testimonials .nav .nav_btn{
width: 50px; 
height: 50px; 
float: left;
margin: 5px;
text-indent: -9000px;
border: 1px solid #fff;
background-color: transparent; 
background-position: center; 
background-repeat: no-repeat; 
border-radius: 50%; 
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-webkit-background-size: 40px; 
-moz-background-size: 40px; 
-o-background-size: 40px; 
background-size: 40px;
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
position: relative; 
overflow: hidden; 
cursor: pointer;
}
.testimonials .nav .nav_btn.prev{ background-image: url(images/arrow-alt-left.svg); }
.testimonials .nav .nav_btn.next{ background-image: url(images/arrow-alt-right.svg); }
.testimonials .nav .nav_btn:hover{
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}

/* Grid */
.section.grid .item{ padding: 40px; }
.section.content_list .item{ padding: 40px 80px 40px 0; }
.section.grid.cols2 .item{ width: 50%; float: left; }
.section.grid.cols3 .item{ width: 33.3333%; float: left; }
.section.grid.cols4 .item{ width: 25%; float: left; }

.section.grid.cols3 .item .wrap{ float:left; }

.section.posts .item figure{
	position:relative;
}
.section.posts .item figure img{display:block;position: absolute;top:0;left:0;bottom:0;right:0;object-fit:cover;width: 100%;height: 100%;}
.section.posts .item figure:before{
	content:"";
	padding-top: 65%;
	display:block;
}
.section.posts .item a{ float:left; display:block; }

.section.grid_products{ padding: 0 15px; }
.section.grid_products .item{ padding: 30px 15px 0; }
.section.products .product a{ width: 100%; height: 100%; float: left; display: block; border: 1px solid #ddd; position: relative; }
.section.products .product a:hover .btn{ color: #daab2d !important; background-color: transparent; }
.section.products .product .image{ width: 100%; height: 240px; float: left; }
.section.products .product .image img { display: none; }
.section.products .product .btn{ display: inline-block; float: none; }

/* Footer */
#footer{ width: 100%; float: left; position: relative; }
#footer .wrapper{ display: block; margin: 0 auto; position: relative; border: 1px solid #ddd; background: #fff; overflow: hidden; }
#footer a{ color: #051a62; }
#footer a:hover{ color: #daab2d; text-decoration: none; }

#footer .section{ width: 100%; float: left; padding: 40px 0; border-bottom: 1px solid #ddd; }
#footer .section:first-child{ padding-top: 0; padding-bottom: 30px; }
#footer .section:last-child{ padding-top: 30px; padding-bottom: 0; border-bottom: 0; }

#footer .nav{ width: 100%; float: left; }
#footer .nav ul{ width: 100%; float: left; position: relative; list-style: none; }
#footer .nav ul li{ width: 25%; float: left; padding: 0 40px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
#footer .nav ul li a{ display: block; font-size: 24px; font-weight: 700; line-height: 27px; padding: 0; margin: 0 0 10px; cursor: default; position: relative; }
#footer .nav ul li a span{ display: block; }
#footer .nav ul li a:hover{ text-decoration: none; }
#footer .nav ul li ul.sub-menu{ width: 100%; float: left; clear: both; padding: 0; list-style: none; position: relative; }
#footer .nav ul li ul.sub-menu li{ width: 100%; padding: 0; margin: 0; }
#footer .nav ul li ul.sub-menu li a{ display: block; font-size: 18px; font-weight: normal; line-height: 22px; padding: 0 0 6px; margin: 0; border: 0; cursor: pointer; }
#footer .nav ul li ul.sub-menu li a::after{ display: none; }

#footer ul.social{ width: auto; float: right; list-style: none; }
#footer ul.social li{ width: 50px; height: 50px; float: left; margin-left: 10px; text-indent: -9000px; }
#footer ul.social li a{ 
width: 50px; 
height: 50px; 
display: block; 
border: 1px solid #ddd;
background-color: #fff; 
background-position: center; 
background-repeat: no-repeat; 
border-radius: 50%; 
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-webkit-background-size: 40px; 
-moz-background-size: 40px; 
-o-background-size: 40px; 
background-size: 40px;
position: relative; 
overflow: hidden; 
}
#footer ul.social li.facebook a{ background-image: url(images/facebook.svg); }
#footer ul.social li.instagram a{ background-image: url(images/instagram.svg); }
#footer ul.social li.linkedin a{ background-image: url(images/linkedin.svg); }
#footer ul.social li a:hover{ border: 1px solid #051a62; }

#footer .logo_footer{ width: 136px; height: 82px; float: left; text-indent: -9000px; position: relative; }
#footer .logo_footer a{ display: block; width: 136px; height: 82px; background: url(images/logo.svg) no-repeat center; }

#footer .sub_nav{ width: auto; float: left; padding: 40px 0 0 40px; }
#footer .sub_nav ul{ display: block; list-style: none; }
#footer .sub_nav ul li{ display: inline-block; padding-right: 20px; }
#footer .sub_nav ul li a{ display: block; font-size: 13px; font-weight: bold; text-transform: uppercase; position: relative; }

#footer .meta{ width: auto; float: right; clear: right; font-size: 11px; line-height: 16px; text-align: right; color: #051a62; padding-top: 20px; }
#footer .meta span{ display: block; }

/* Forms */
.wpcf7{ display: block; clear: both; padding: 20px 0 0 !important; }
.wpcf7-form{ width: 100%; display: block; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; }
.wpcf7-form label{ display: block; font-size: 15px; color: #333; font-weight: bold; line-height: 20px; padding: 0 15px 0 0; margin: 0 0 10px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; margin: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; padding: 0 10px; }
.wpcf7-form fieldset.x3 div.form_field:first-child{ padding-left: 0; }
.wpcf7-form fieldset.x3 div.form_field:last-child{ padding-right: 0; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form fieldset.x2 div.form_field:first-child{ padding-right: 10px; }
.wpcf7-form fieldset.x2 div.form_field:last-child{ padding-left: 10px; }
.mailpoet_checkbox_label,
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: 'Barlow', sans-serif;
color: #444;
font-size: 15px; 
padding: 15px 30px;
background: #fff;
border: 1px solid #ccc;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 240px; padding: 20px 30px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 50px;
background: url(images/arrow-down.svg) no-repeat right 25px top 50% #fff;
-webkit-background-size: 13px 8px; 
-moz-background-size: 13px 8px;  
-o-background-size: 13px 8px; 
background-size: 13px 8px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #444; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #444; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #444; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #444; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #444; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #444; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #444; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #444; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #444; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #444; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #444; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #444; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; padding-right: 0; margin: 10px 0 20px; position: relative; }
div.wpcf7 .ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px !important; }
.wpcf7-form div.submit input { 
width: auto; 
height: 50px;
display: block; 
font-family: 'Barlow', sans-serif;
font-size: 18px;
font-weight: 700 !important;
color: #fff; 
text-transform: uppercase; 
padding: 0 70px;
margin: 0 auto; 
border: 1px solid #daab2d;
background-color: #daab2d;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;	
z-index: 9; 
}
.wpcf7-form div.submit input:hover{ color: #daab2d; background-color: transparent; }

div.wpcf7-response-output{ 
clear: both;
font-family: 'Barlow', sans-serif;
color: #051a62 !important;
font-size: 16px;
font-weight: 700;
line-height: 22px;
border: 0 !important;
background: none;
margin: 0 0 20px !important; 
padding: 15px 20px !important;
color: inherit; 
text-align: center;
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;
}

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ed2024 !important;
text-indent: -9000px;
top: 0 !important;
left: 25px !important;
right: 25px !important;
bottom: inherit !important;
padding: 0 !important;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 10px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 20%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background: #fff; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper{ margin: 60px 0 20px; }
.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper{ margin: 0; }
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block p sm{ display: block; font-size: 11px; font-weight: 400; color: #777; line-height: 18px !important; }
.content-block p.disclaimer{ font-size: 13px; font-style: italic; line-height: 21px; }
.blue .content-block, .gold .content-block{ color: #fff !important; }
.content-block a{ color: #daab2d; }
.blue .content-block a, .gold .content-block a{ color: #fff; }
.content-block a:hover{ text-decoration: underline; }
.content-block a.btn{ margin-top: 15px; }

.content-block blockquote{ 
font-size: 20px;
font-weight: 400;
font-style: italic;
line-height: 28px;
color: #222;
padding: 5px 20px;
margin: 30px 0;
border-left: 3px solid #daab2d;
position: relative;
}
.content-block blockquote p{ line-height: 28px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5{ font-family: "Barlow", sans-serif; font-size: 100%; font-weight: 700; color: #051a62; padding: 20px 0 15px; }
.blue .content-block h1, .blue .content-block h2, .blue .content-block h3, .blue .content-block h4, .blue .content-block h5{ color: #fff; }
.gold .content-block h1, .gold .content-block h2, .gold .content-block h3, .gold .content-block h4, .gold .content-block h5{ color: #fff; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child{ padding-top: 0; }
.content-block h1{ font-size: 32px; line-height: 38px; }
.content-block h2{ font-size: 28px; line-height: 34px; }
.content-block h3{ font-size: 24px; line-height: 30px; }
.content-block h4{ font-size: 20px; line-height: 28px; }
.content-block h5{ font-size: 18px; line-height: 26px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ol{ list-style: decimal; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }

.centered-title .header .wrap{	
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}


@media (min-width:1081px) and (max-width:1100px){
body #header #nav ul.menu {
    padding-top: 0px !important;
    padding-right: 0 !important;
    order: 2;
    display: inline-block;
}

#header #nav{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}

#header #nav .wrap {
    position: relative;
    left: 0;
    height: auto;
    display: inline-block;
    width: 100%;
}

header#header {

        display: flex !important;

    justify-content: space-between;
}
}

.wpcf7-response-output {
    display: none !important;
}

footer .box a img {
    height: 105px;
    width: auto;
}
